type google.golang.org/protobuf/internal/impl.int32Converter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L104: return &int32Converter{t, defVal(fd, int32Zero)}
convert.go#L169: type int32Converter struct {
convert.go#L174: func (c *int32Converter) PBValueOf(v reflect.Value) protoreflect.Value {
convert.go#L180: func (c *int32Converter) GoValueOf(v protoreflect.Value) reflect.Value {
convert.go#L183: func (c *int32Converter) IsValidPB(v protoreflect.Value) bool {
convert.go#L187: func (c *int32Converter) IsValidGo(v reflect.Value) bool {
convert.go#L190: func (c *int32Converter) New() protoreflect.Value { return c.def }
convert.go#L191: func (c *int32Converter) Zero() protoreflect.Value { return c.def }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)